home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_installmenu
- if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
- update-menus
- fi
- # End automatically added section
- # Automatically added by dh_gconf
- if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
- update-gconf-defaults
- fi
- # End automatically added section
- # Automatically added by dh_gconf
- if [ "$1" = "configure" ]; then
- gconf-schemas --register apps-evolution-attachment-reminder.schemas apps-evolution-external-editor.schemas apps-evolution-mail-notification.schemas apps-evolution-mail-prompts-checkdefault.schemas apps-evolution-template-placeholders.schemas apps_evolution_addressbook.schemas apps_evolution_calendar.schemas apps_evolution_email_custom_header.schemas apps_evolution_shell.schemas bogo-junk-plugin.schemas evolution-mail.schemas
- fi
- # End automatically added section
-